Home
last modified time | relevance | path

Searched refs:dccp_hdr (Results 1 – 25 of 65) sorted by relevance

123

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Ddccp.h66 static inline struct dccp_hdr *dccp_hdr(const struct sk_buff *skb) in dccp_hdr() function
68 return (struct dccp_hdr *)skb_transport_header(skb); in dccp_hdr()
71 static inline struct dccp_hdr *dccp_zeroed_hdr(struct sk_buff *skb, int headlen) in dccp_zeroed_hdr()
78 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh) in dccp_hdrx()
83 static inline unsigned int __dccp_basic_hdr_len(const struct dccp_hdr *dh) in __dccp_basic_hdr_len()
90 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_basic_hdr_len()
94 static inline __u64 dccp_hdr_seq(const struct dccp_hdr *dh) in dccp_hdr_seq()
136 static inline unsigned int __dccp_hdr_len(const struct dccp_hdr *dh) in __dccp_hdr_len()
144 return __dccp_hdr_len(dccp_hdr(skb)); in dccp_hdr_len()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Ddccp.h66 static inline struct dccp_hdr *dccp_hdr(const struct sk_buff *skb) in dccp_hdr() function
68 return (struct dccp_hdr *)skb_transport_header(skb); in dccp_hdr()
71 static inline struct dccp_hdr *dccp_zeroed_hdr(struct sk_buff *skb, int headlen) in dccp_zeroed_hdr()
78 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh) in dccp_hdrx()
83 static inline unsigned int __dccp_basic_hdr_len(const struct dccp_hdr *dh) in __dccp_basic_hdr_len()
90 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_basic_hdr_len()
94 static inline __u64 dccp_hdr_seq(const struct dccp_hdr *dh) in dccp_hdr_seq()
136 static inline unsigned int __dccp_hdr_len(const struct dccp_hdr *dh) in __dccp_hdr_len()
144 return __dccp_hdr_len(dccp_hdr(skb)); in dccp_hdr_len()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Ddccp.h66 static inline struct dccp_hdr *dccp_hdr(const struct sk_buff *skb) in dccp_hdr() function
68 return (struct dccp_hdr *)skb_transport_header(skb); in dccp_hdr()
71 static inline struct dccp_hdr *dccp_zeroed_hdr(struct sk_buff *skb, int headlen) in dccp_zeroed_hdr()
78 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh) in dccp_hdrx()
83 static inline unsigned int __dccp_basic_hdr_len(const struct dccp_hdr *dh) in __dccp_basic_hdr_len()
90 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_basic_hdr_len()
94 static inline __u64 dccp_hdr_seq(const struct dccp_hdr *dh) in dccp_hdr_seq()
136 static inline unsigned int __dccp_hdr_len(const struct dccp_hdr *dh) in __dccp_hdr_len()
144 return __dccp_hdr_len(dccp_hdr(skb)); in dccp_hdr_len()
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-dccp.c43 struct dccp_hdr { struct
192 const struct dccp_hdr* dh, u_int len) in dccp_csum_coverage()
203 const struct dccp_hdr *dh, u_int len) in dccp_cksum()
210 const struct dccp_hdr *dh, u_int len) in dccp6_cksum()
226 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_seqno()
240 dccp_basic_hdr_len(netdissect_options *ndo, const struct dccp_hdr *dh) in dccp_basic_hdr_len()
247 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_print_ack_no()
272 const struct dccp_hdr *dh; in dccp_print()
282 dh = (const struct dccp_hdr *)bp; in dccp_print()
294 if (len < sizeof(struct dccp_hdr)) { in dccp_print()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/dccp/
H A Dipv4.c241 const struct dccp_hdr *dh; in dccp_v4_err()
377 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_check()
390 dccp_hdr(skb)->dccph_dport, in dccp_v4_init_sequence()
391 dccp_hdr(skb)->dccph_sport); in dccp_v4_init_sequence()
498 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_response()
664 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_do_rcv()
716 const struct dccp_hdr *dh; in dccp_invalid_packet()
729 dh = dccp_hdr(skb); in dccp_invalid_packet()
752 dh = dccp_hdr(skb); in dccp_invalid_packet()
786 const struct dccp_hdr *dh; in dccp_v4_rcv()
[all …]
H A Dminisocks.c155 if (dccp_hdr(skb)->dccph_type == DCCP_PKT_REQUEST) { in dccp_check_req()
173 if (dccp_hdr(skb)->dccph_type != DCCP_PKT_ACK && in dccp_check_req()
174 dccp_hdr(skb)->dccph_type != DCCP_PKT_DATAACK) in dccp_check_req()
201 if (dccp_hdr(skb)->dccph_type != DCCP_PKT_RESET) in dccp_check_req()
225 ret = dccp_rcv_state_process(child, skb, dccp_hdr(skb), in dccp_child_process()
260 inet_rsk(req)->ir_rmt_port = dccp_hdr(skb)->dccph_sport; in dccp_reqsk_init()
261 inet_rsk(req)->ir_num = ntohs(dccp_hdr(skb)->dccph_dport); in dccp_reqsk_init()
H A Dipv6.c59 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_check()
69 dccp_hdr(skb)->dccph_dport, in dccp_v6_init_sequence()
70 dccp_hdr(skb)->dccph_sport ); in dccp_v6_init_sequence()
78 const struct dccp_hdr *dh; in dccp_v6_err()
92 dh = (struct dccp_hdr *)(skb->data + offset); in dccp_v6_err()
229 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_response()
268 if (dccp_hdr(rxskb)->dccph_type == DCCP_PKT_RESET) in dccp_v6_ctl_send_reset()
290 fl6.fl6_dport = dccp_hdr(skb)->dccph_dport; in dccp_v6_ctl_send_reset()
291 fl6.fl6_sport = dccp_hdr(skb)->dccph_sport; in dccp_v6_ctl_send_reset()
699 const struct dccp_hdr *dh; in dccp_v6_rcv()
[all …]
H A Dinput.c24 __skb_pull(skb, dccp_hdr(skb)->dccph_doff * 4); in dccp_enqueue_skb()
187 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_check_seqno()
284 const struct dccp_hdr *dh, const unsigned int len) in __dccp_rcv_established()
288 switch (dccp_hdr(skb)->dccph_type) { in __dccp_rcv_established()
365 const struct dccp_hdr *dh, const unsigned int len) in dccp_rcv_established()
386 const struct dccp_hdr *dh, in dccp_rcv_request_sent_state_process()
519 const struct dccp_hdr *dh, in dccp_rcv_respond_partopen_state_process()
572 struct dccp_hdr *dh, unsigned int len) in dccp_rcv_state_process()
H A Ddccp.h202 const struct dccp_hdr* dh = dccp_hdr(skb); in dccp_csum_coverage()
214 dccp_hdr(skb)->dccph_cscov = 0; in dccp_csum_outgoing()
282 struct dccp_hdr *dh, unsigned int len);
284 const struct dccp_hdr *dh, const unsigned int len);
389 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq()
H A Doutput.c49 struct dccp_hdr *dh; in dccp_transmit_skb()
170 sizeof(struct dccp_hdr) + sizeof(struct dccp_hdr_ext)); in dccp_sync_mss()
402 struct dccp_hdr *dh; in dccp_make_response()
404 const u32 dccp_header_size = sizeof(struct dccp_hdr) + in dccp_make_response()
464 struct dccp_hdr *rxdh = dccp_hdr(rcv_skb), *dh; in dccp_ctl_make_reset()
466 const u32 dccp_hdr_reset_len = sizeof(struct dccp_hdr) + in dccp_ctl_make_reset()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/dccp/
H A Dipv4.c241 const struct dccp_hdr *dh; in dccp_v4_err()
377 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_check()
390 dccp_hdr(skb)->dccph_dport, in dccp_v4_init_sequence()
391 dccp_hdr(skb)->dccph_sport); in dccp_v4_init_sequence()
498 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_response()
664 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_do_rcv()
716 const struct dccp_hdr *dh; in dccp_invalid_packet()
729 dh = dccp_hdr(skb); in dccp_invalid_packet()
752 dh = dccp_hdr(skb); in dccp_invalid_packet()
786 const struct dccp_hdr *dh; in dccp_v4_rcv()
[all …]
H A Dminisocks.c155 if (dccp_hdr(skb)->dccph_type == DCCP_PKT_REQUEST) { in dccp_check_req()
173 if (dccp_hdr(skb)->dccph_type != DCCP_PKT_ACK && in dccp_check_req()
174 dccp_hdr(skb)->dccph_type != DCCP_PKT_DATAACK) in dccp_check_req()
201 if (dccp_hdr(skb)->dccph_type != DCCP_PKT_RESET) in dccp_check_req()
225 ret = dccp_rcv_state_process(child, skb, dccp_hdr(skb), in dccp_child_process()
260 inet_rsk(req)->ir_rmt_port = dccp_hdr(skb)->dccph_sport; in dccp_reqsk_init()
261 inet_rsk(req)->ir_num = ntohs(dccp_hdr(skb)->dccph_dport); in dccp_reqsk_init()
H A Dipv6.c59 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_check()
69 dccp_hdr(skb)->dccph_dport, in dccp_v6_init_sequence()
70 dccp_hdr(skb)->dccph_sport ); in dccp_v6_init_sequence()
78 const struct dccp_hdr *dh; in dccp_v6_err()
92 dh = (struct dccp_hdr *)(skb->data + offset); in dccp_v6_err()
229 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_response()
268 if (dccp_hdr(rxskb)->dccph_type == DCCP_PKT_RESET) in dccp_v6_ctl_send_reset()
290 fl6.fl6_dport = dccp_hdr(skb)->dccph_dport; in dccp_v6_ctl_send_reset()
291 fl6.fl6_sport = dccp_hdr(skb)->dccph_sport; in dccp_v6_ctl_send_reset()
699 const struct dccp_hdr *dh; in dccp_v6_rcv()
[all …]
H A Dinput.c24 __skb_pull(skb, dccp_hdr(skb)->dccph_doff * 4); in dccp_enqueue_skb()
187 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_check_seqno()
284 const struct dccp_hdr *dh, const unsigned int len) in __dccp_rcv_established()
288 switch (dccp_hdr(skb)->dccph_type) { in __dccp_rcv_established()
365 const struct dccp_hdr *dh, const unsigned int len) in dccp_rcv_established()
386 const struct dccp_hdr *dh, in dccp_rcv_request_sent_state_process()
519 const struct dccp_hdr *dh, in dccp_rcv_respond_partopen_state_process()
572 struct dccp_hdr *dh, unsigned int len) in dccp_rcv_state_process()
H A Ddccp.h202 const struct dccp_hdr* dh = dccp_hdr(skb); in dccp_csum_coverage()
214 dccp_hdr(skb)->dccph_cscov = 0; in dccp_csum_outgoing()
282 struct dccp_hdr *dh, unsigned int len);
284 const struct dccp_hdr *dh, const unsigned int len);
389 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq()
H A Doutput.c49 struct dccp_hdr *dh; in dccp_transmit_skb()
170 sizeof(struct dccp_hdr) + sizeof(struct dccp_hdr_ext)); in dccp_sync_mss()
402 struct dccp_hdr *dh; in dccp_make_response()
404 const u32 dccp_header_size = sizeof(struct dccp_hdr) + in dccp_make_response()
464 struct dccp_hdr *rxdh = dccp_hdr(rcv_skb), *dh; in dccp_ctl_make_reset()
466 const u32 dccp_hdr_reset_len = sizeof(struct dccp_hdr) + in dccp_ctl_make_reset()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/dccp/
H A Dipv4.c241 const struct dccp_hdr *dh; in dccp_v4_err()
377 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_check()
390 dccp_hdr(skb)->dccph_dport, in dccp_v4_init_sequence()
391 dccp_hdr(skb)->dccph_sport); in dccp_v4_init_sequence()
498 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_send_response()
664 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v4_do_rcv()
716 const struct dccp_hdr *dh; in dccp_invalid_packet()
729 dh = dccp_hdr(skb); in dccp_invalid_packet()
752 dh = dccp_hdr(skb); in dccp_invalid_packet()
786 const struct dccp_hdr *dh; in dccp_v4_rcv()
[all …]
H A Dminisocks.c155 if (dccp_hdr(skb)->dccph_type == DCCP_PKT_REQUEST) { in dccp_check_req()
173 if (dccp_hdr(skb)->dccph_type != DCCP_PKT_ACK && in dccp_check_req()
174 dccp_hdr(skb)->dccph_type != DCCP_PKT_DATAACK) in dccp_check_req()
201 if (dccp_hdr(skb)->dccph_type != DCCP_PKT_RESET) in dccp_check_req()
225 ret = dccp_rcv_state_process(child, skb, dccp_hdr(skb), in dccp_child_process()
260 inet_rsk(req)->ir_rmt_port = dccp_hdr(skb)->dccph_sport; in dccp_reqsk_init()
261 inet_rsk(req)->ir_num = ntohs(dccp_hdr(skb)->dccph_dport); in dccp_reqsk_init()
H A Dipv6.c59 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_check()
69 dccp_hdr(skb)->dccph_dport, in dccp_v6_init_sequence()
70 dccp_hdr(skb)->dccph_sport ); in dccp_v6_init_sequence()
78 const struct dccp_hdr *dh; in dccp_v6_err()
92 dh = (struct dccp_hdr *)(skb->data + offset); in dccp_v6_err()
229 struct dccp_hdr *dh = dccp_hdr(skb); in dccp_v6_send_response()
268 if (dccp_hdr(rxskb)->dccph_type == DCCP_PKT_RESET) in dccp_v6_ctl_send_reset()
290 fl6.fl6_dport = dccp_hdr(skb)->dccph_dport; in dccp_v6_ctl_send_reset()
291 fl6.fl6_sport = dccp_hdr(skb)->dccph_sport; in dccp_v6_ctl_send_reset()
699 const struct dccp_hdr *dh; in dccp_v6_rcv()
[all …]
H A Dinput.c24 __skb_pull(skb, dccp_hdr(skb)->dccph_doff * 4); in dccp_enqueue_skb()
187 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_check_seqno()
284 const struct dccp_hdr *dh, const unsigned int len) in __dccp_rcv_established()
288 switch (dccp_hdr(skb)->dccph_type) { in __dccp_rcv_established()
365 const struct dccp_hdr *dh, const unsigned int len) in dccp_rcv_established()
386 const struct dccp_hdr *dh, in dccp_rcv_request_sent_state_process()
519 const struct dccp_hdr *dh, in dccp_rcv_respond_partopen_state_process()
572 struct dccp_hdr *dh, unsigned int len) in dccp_rcv_state_process()
H A Ddccp.h202 const struct dccp_hdr* dh = dccp_hdr(skb); in dccp_csum_coverage()
214 dccp_hdr(skb)->dccph_cscov = 0; in dccp_csum_outgoing()
282 struct dccp_hdr *dh, unsigned int len);
284 const struct dccp_hdr *dh, const unsigned int len);
389 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq()
H A Doutput.c49 struct dccp_hdr *dh; in dccp_transmit_skb()
170 sizeof(struct dccp_hdr) + sizeof(struct dccp_hdr_ext)); in dccp_sync_mss()
402 struct dccp_hdr *dh; in dccp_make_response()
404 const u32 dccp_header_size = sizeof(struct dccp_hdr) + in dccp_make_response()
464 struct dccp_hdr *rxdh = dccp_hdr(rcv_skb), *dh; in dccp_ctl_make_reset()
466 const u32 dccp_hdr_reset_len = sizeof(struct dccp_hdr) + in dccp_ctl_make_reset()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dxt_dccp.c37 const struct dccp_hdr *dh, in dccp_find_option()
83 match_types(const struct dccp_hdr *dh, u_int16_t typemask) in match_types()
90 const struct dccp_hdr *dh, bool *hotdrop) in match_option()
99 const struct dccp_hdr *dh; in dccp_mt()
100 struct dccp_hdr _dh; in dccp_mt()
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dxt_dccp.c37 const struct dccp_hdr *dh, in dccp_find_option()
83 match_types(const struct dccp_hdr *dh, u_int16_t typemask) in match_types()
90 const struct dccp_hdr *dh, bool *hotdrop) in match_option()
99 const struct dccp_hdr *dh; in dccp_mt()
100 struct dccp_hdr _dh; in dccp_mt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dxt_dccp.c37 const struct dccp_hdr *dh, in dccp_find_option()
83 match_types(const struct dccp_hdr *dh, u_int16_t typemask) in match_types()
90 const struct dccp_hdr *dh, bool *hotdrop) in match_option()
99 const struct dccp_hdr *dh; in dccp_mt()
100 struct dccp_hdr _dh; in dccp_mt()

123