Home
last modified time | relevance | path

Searched defs:net (Results 601 – 625 of 867) sorted by relevance

1...<<21222324252627282930>>...35

/linux-6.8/net/ethtool/
Dtunnels.c244 struct net *net = sock_net(skb->sk); in ethnl_tunnel_info_dumpit() local
/linux-6.8/net/ipv4/
Desp4.c137 struct net *net = xs_net(x); in esp_find_tcp_sk() local
215 static int esp_output_tcp_encap_cb(struct net *net, struct sock *sk, in esp_output_tcp_encap_cb()
973 struct net *net = dev_net(skb->dev); in esp4_err() local
Dtcp_diag.c205 struct net *net = sock_net(in_skb->sk); in tcp_diag_destroy() local
/linux-6.8/net/kcm/
Dkcmsock.c1782 static int kcm_create(struct net *net, struct socket *sock, in kcm_create()
1847 static __net_init int kcm_init_net(struct net *net) in kcm_init_net()
1857 static __net_exit void kcm_exit_net(struct net *net) in kcm_exit_net()
/linux-6.8/net/tipc/
Dnetlink_compat.c60 struct net *net; member
1139 struct nlattr *net; in tipc_nl_compat_net_set() local
1163 struct nlattr *net[TIPC_NLA_NET_MAX + 1]; in tipc_nl_compat_net_dump() local
Dmsg.c697 bool tipc_msg_lookup_dest(struct net *net, struct sk_buff *skb, int *err) in tipc_msg_lookup_dest()
846 void tipc_skb_reject(struct net *net, int err, struct sk_buff *skb, in tipc_skb_reject()
/linux-6.8/net/ipv4/netfilter/
Dnf_nat_pptp.c46 struct net *net = nf_ct_net(ct); in pptp_nat_expected() local
/linux-6.8/drivers/usb/gadget/legacy/
Dether.c310 struct net_device *net; in eth_bind() local
/linux-6.8/net/netfilter/
Dxt_TPROXY.c36 tproxy_tg4(struct net *net, struct sk_buff *skb, __be32 laddr, __be16 lport, in tproxy_tg4()
Dnft_log.c131 static int nft_log_modprobe(struct net *net, enum nf_log_type t) in nft_log_modprobe()
/linux-6.8/include/net/netfilter/
Dnf_tables.h214 struct net *net; member
566 possible_net_t net; member
1501 static inline unsigned int nft_gencursor_next(const struct net *net) in nft_gencursor_next()
1506 static inline u8 nft_genmask_next(const struct net *net) in nft_genmask_next()
1511 static inline u8 nft_genmask_cur(const struct net *net) in nft_genmask_cur()
1555 static inline void nft_set_elem_change_active(const struct net *net, in nft_set_elem_change_active()
1734 struct net *net; member
1777 static inline int nft_request_module(struct net *net, const char *fmt, ...) { return -ENOENT; } in nft_request_module()
1796 static inline struct nftables_pernet *nft_pernet(const struct net *net) in nft_pernet()
1801 static inline u64 nft_net_tstamp(const struct net *net) in nft_net_tstamp()
/linux-6.8/net/ipv6/
Desp6.c154 struct net *net = xs_net(x); in esp6_find_tcp_sk() local
232 static int esp_output_tcp_encap_cb(struct net *net, struct sock *sk, in esp_output_tcp_encap_cb()
1022 struct net *net = dev_net(skb->dev); in esp6_err() local
/linux-6.8/drivers/media/dvb-core/
Ddvb_net.c88 struct net_device *net; member
1346 struct net_device *net; local
1402 struct net_device *net = dvbnet->device[num]; local
/linux-6.8/kernel/bpf/
Ddevmap.c857 static struct bpf_dtab_netdev *__dev_map_alloc_node(struct net *net, in __dev_map_alloc_node()
905 static long __dev_map_update_elem(struct net *net, struct bpf_map *map, in __dev_map_update_elem()
954 static long __dev_map_hash_update_elem(struct net *net, struct bpf_map *map, in __dev_map_hash_update_elem()
/linux-6.8/net/sched/
Dact_tunnel_key.c357 static int tunnel_key_init(struct net *net, struct nlattr *nla, in tunnel_key_init()
846 static __net_init int tunnel_key_init_net(struct net *net) in tunnel_key_init_net()
Dcls_bpf.c409 static int cls_bpf_change(struct net *net, struct sk_buff *in_skb, in cls_bpf_change()
577 static int cls_bpf_dump(struct net *net, struct tcf_proto *tp, void *fh, in cls_bpf_dump()
Dcls_flow.c389 static int flow_change(struct net *net, struct sk_buff *in_skb, in flow_change()
620 static int flow_dump(struct net *net, struct tcf_proto *tp, void *fh, in flow_dump()
/linux-6.8/net/6lowpan/
Dndisc.c196 static void lowpan_ndisc_prefix_rcv_add_addr(struct net *net, in lowpan_ndisc_prefix_rcv_add_addr()
/linux-6.8/include/linux/
Dmroute6.h125 static inline bool mroute6_is_socket(struct net *net, struct sk_buff *skb) in mroute6_is_socket()
Dnetlink.h60 netlink_kernel_create(struct net *net, int unit, struct netlink_kernel_cfg *cfg) in netlink_kernel_create()
310 struct net *net; member
/linux-6.8/drivers/tty/
Dn_gsm.c189 struct net_device *net; /* network interface, if created */ member
3837 static int gsm_mux_net_open(struct net_device *net) in gsm_mux_net_open()
3844 static int gsm_mux_net_close(struct net_device *net) in gsm_mux_net_close()
3886 struct net_device *net) in gsm_mux_net_start_xmit()
3903 static void gsm_mux_net_tx_timeout(struct net_device *net, unsigned int txqueue) in gsm_mux_net_tx_timeout()
3914 struct net_device *net = dlci->net; in gsm_mux_rx_netchar() local
3943 static void gsm_mux_net_init(struct net_device *net) in gsm_mux_net_init()
3980 struct net_device *net; in gsm_create_network() local
/linux-6.8/net/packet/
Daf_packet.c1466 struct net *net = read_pnet(&f->net); in packet_rcv_fanout() local
3126 struct net *net; in packet_release() local
3335 static int packet_create(struct net *net, struct socket *sock, int protocol, in packet_create()
4167 struct net *net = dev_net(dev); in packet_notifier() local
4667 struct net *net = seq_file_net(seq); in packet_seq_start() local
4675 struct net *net = seq_file_net(seq); in packet_seq_next() local
4719 static int __net_init packet_net_init(struct net *net) in packet_net_init()
4733 static void __net_exit packet_net_exit(struct net *net) in packet_net_exit()
/linux-6.8/drivers/net/ppp/
Dppp_generic.c301 static inline struct ppp_net *ppp_pernet(struct net *net) in ppp_pernet()
1029 static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf, in ppp_unattached_ioctl()
1105 static __net_init int ppp_init_net(struct net *net) in ppp_init_net()
1120 static __net_exit void ppp_exit_net(struct net *net) in ppp_exit_net()
2877 int ppp_register_net_channel(struct net *net, struct ppp_channel *chan) in ppp_register_net_channel()
3312 static int ppp_create_interface(struct net *net, struct file *file, int *unit) in ppp_create_interface()
/linux-6.8/include/linux/sunrpc/
Dclnt.h35 struct net *net; member
133 struct net *net; member
/linux-6.8/net/bluetooth/rfcomm/
Dsock.c271 static struct sock *rfcomm_sock_alloc(struct net *net, struct socket *sock, in rfcomm_sock_alloc()
305 static int rfcomm_sock_create(struct net *net, struct socket *sock, in rfcomm_sock_create()

1...<<21222324252627282930>>...35