Home
last modified time | relevance | path

Searched refs:packet_sock (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/net/packet/
H A Daf_packet.c186 struct packet_sock;
196 struct packet_sock *);
303 struct packet_sock *po = pkt_sk(sk); in __register_prot_hook()
643 struct packet_sock *po = in prb_retire_rx_blk_timer_expired()
872 struct packet_sock *po) in prb_freeze_queue()
887 struct packet_sock *po) in prb_dispatch_next_block()
1427 struct packet_sock *po; in packet_rcv_fanout()
2072 struct packet_sock *po; in packet_rcv()
2186 struct packet_sock *po; in tpacket_rcv()
3045 struct packet_sock *po; in packet_release()
[all …]
H A Dinternal.h109 struct packet_sock { struct
142 static inline struct packet_sock *pkt_sk(struct sock *sk) in pkt_sk() argument
144 return (struct packet_sock *)sk; in pkt_sk()
H A Ddiag.c13 static int pdiag_put_info(const struct packet_sock *po, struct sk_buff *nlskb) in pdiag_put_info()
38 static int pdiag_put_mclist(const struct packet_sock *po, struct sk_buff *nlskb) in pdiag_put_mclist()
98 static int pdiag_put_rings_cfg(struct packet_sock *po, struct sk_buff *skb) in pdiag_put_rings_cfg()
113 static int pdiag_put_fanout(struct packet_sock *po, struct sk_buff *nlskb) in pdiag_put_fanout()
137 struct packet_sock *po = pkt_sk(sk); in sk_diag_fill()
/dports/multimedia/libv4l/linux-5.13-rc2/net/packet/
H A Daf_packet.c186 struct packet_sock;
196 struct packet_sock *);
303 struct packet_sock *po = pkt_sk(sk); in __register_prot_hook()
643 struct packet_sock *po = in prb_retire_rx_blk_timer_expired()
872 struct packet_sock *po) in prb_freeze_queue()
887 struct packet_sock *po) in prb_dispatch_next_block()
1427 struct packet_sock *po; in packet_rcv_fanout()
2072 struct packet_sock *po; in packet_rcv()
2186 struct packet_sock *po; in tpacket_rcv()
3045 struct packet_sock *po; in packet_release()
[all …]
H A Dinternal.h109 struct packet_sock { struct
142 static inline struct packet_sock *pkt_sk(struct sock *sk) in pkt_sk() argument
144 return (struct packet_sock *)sk; in pkt_sk()
H A Ddiag.c13 static int pdiag_put_info(const struct packet_sock *po, struct sk_buff *nlskb) in pdiag_put_info()
38 static int pdiag_put_mclist(const struct packet_sock *po, struct sk_buff *nlskb) in pdiag_put_mclist()
98 static int pdiag_put_rings_cfg(struct packet_sock *po, struct sk_buff *skb) in pdiag_put_rings_cfg()
113 static int pdiag_put_fanout(struct packet_sock *po, struct sk_buff *nlskb) in pdiag_put_fanout()
137 struct packet_sock *po = pkt_sk(sk); in sk_diag_fill()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/packet/
H A Daf_packet.c186 struct packet_sock;
196 struct packet_sock *);
303 struct packet_sock *po = pkt_sk(sk); in __register_prot_hook()
643 struct packet_sock *po = in prb_retire_rx_blk_timer_expired()
872 struct packet_sock *po) in prb_freeze_queue()
887 struct packet_sock *po) in prb_dispatch_next_block()
1427 struct packet_sock *po; in packet_rcv_fanout()
2072 struct packet_sock *po; in packet_rcv()
2186 struct packet_sock *po; in tpacket_rcv()
3045 struct packet_sock *po; in packet_release()
[all …]
H A Dinternal.h109 struct packet_sock { struct
142 static inline struct packet_sock *pkt_sk(struct sock *sk) in pkt_sk() argument
144 return (struct packet_sock *)sk; in pkt_sk()
H A Ddiag.c13 static int pdiag_put_info(const struct packet_sock *po, struct sk_buff *nlskb) in pdiag_put_info()
38 static int pdiag_put_mclist(const struct packet_sock *po, struct sk_buff *nlskb) in pdiag_put_mclist()
98 static int pdiag_put_rings_cfg(struct packet_sock *po, struct sk_buff *skb) in pdiag_put_rings_cfg()
113 static int pdiag_put_fanout(struct packet_sock *po, struct sk_buff *nlskb) in pdiag_put_fanout()
137 struct packet_sock *po = pkt_sk(sk); in sk_diag_fill()
/dports/net/hostapd/hostapd-2.9/src/ap/
H A Diapp.c170 int packet_sock; member
229 if (send(iapp->packet_sock, &msg, sizeof(msg), 0) < 0) in iapp_send_layer2_update()
390 iapp->udp_sock = iapp->packet_sock = -1; in iapp_init()
479 iapp->packet_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in iapp_init()
480 if (iapp->packet_sock < 0) { in iapp_init()
490 if (bind(iapp->packet_sock, (struct sockaddr *) &addr, in iapp_init()
537 if (iapp->packet_sock >= 0) { in iapp_deinit()
538 eloop_unregister_read_sock(iapp->packet_sock); in iapp_deinit()
539 close(iapp->packet_sock); in iapp_deinit()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/ap/
H A Diapp.c170 int packet_sock; member
229 if (send(iapp->packet_sock, &msg, sizeof(msg), 0) < 0) in iapp_send_layer2_update()
390 iapp->udp_sock = iapp->packet_sock = -1; in iapp_init()
479 iapp->packet_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in iapp_init()
480 if (iapp->packet_sock < 0) { in iapp_init()
490 if (bind(iapp->packet_sock, (struct sockaddr *) &addr, in iapp_init()
537 if (iapp->packet_sock >= 0) { in iapp_deinit()
538 eloop_unregister_read_sock(iapp->packet_sock); in iapp_deinit()
539 close(iapp->packet_sock); in iapp_deinit()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Diapp.c170 int packet_sock; member
229 if (send(iapp->packet_sock, &msg, sizeof(msg), 0) < 0) in iapp_send_layer2_update()
390 iapp->udp_sock = iapp->packet_sock = -1; in iapp_init()
479 iapp->packet_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in iapp_init()
480 if (iapp->packet_sock < 0) { in iapp_init()
490 if (bind(iapp->packet_sock, (struct sockaddr *) &addr, in iapp_init()
537 if (iapp->packet_sock >= 0) { in iapp_deinit()
538 eloop_unregister_read_sock(iapp->packet_sock); in iapp_deinit()
539 close(iapp->packet_sock); in iapp_deinit()