Home
last modified time | relevance | path

Searched defs:pd (Results 1 – 16 of 16) sorted by relevance

/net/l2tp/
Dl2tp_debugfs.c48 static void l2tp_dfs_next_tunnel(struct l2tp_dfs_seq_data *pd) in l2tp_dfs_next_tunnel()
54 static void l2tp_dfs_next_session(struct l2tp_dfs_seq_data *pd) in l2tp_dfs_next_session()
68 struct l2tp_dfs_seq_data *pd = SEQ_START_TOKEN; in l2tp_dfs_seq_start() local
222 struct l2tp_dfs_seq_data *pd = v; in l2tp_dfs_seq_show() local
259 struct l2tp_dfs_seq_data *pd; in l2tp_dfs_seq_open() local
295 struct l2tp_dfs_seq_data *pd; in l2tp_dfs_seq_release() local
Dl2tp_ppp.c1566 static void pppol2tp_next_tunnel(struct net *net, struct pppol2tp_seq_data *pd) in pppol2tp_next_tunnel()
1581 static void pppol2tp_next_session(struct net *net, struct pppol2tp_seq_data *pd) in pppol2tp_next_session()
1594 struct pppol2tp_seq_data *pd = SEQ_START_TOKEN; in pppol2tp_seq_start() local
1694 struct pppol2tp_seq_data *pd = v; in pppol2tp_seq_show() local
/net/netfilter/ipvs/
Dip_vs_proto_tcp.c35 tcp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in tcp_conn_schedule()
447 static void tcp_timeout_change(struct ip_vs_proto_data *pd, int flags) in tcp_timeout_change()
474 set_tcp_state(struct ip_vs_proto_data *pd, struct ip_vs_conn *cp, in set_tcp_state()
548 struct ip_vs_proto_data *pd) in tcp_state_transition()
581 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(net, IPPROTO_TCP); in tcp_register_app() local
602 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(net, IPPROTO_TCP); in tcp_unregister_app() local
658 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(net, IPPROTO_TCP); in ip_vs_tcp_conn_listen() local
671 static int __ip_vs_tcp_init(struct net *net, struct ip_vs_proto_data *pd) in __ip_vs_tcp_init()
684 static void __ip_vs_tcp_exit(struct net *net, struct ip_vs_proto_data *pd) in __ip_vs_tcp_exit()
Dip_vs_proto_udp.c32 udp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in udp_conn_schedule()
358 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(net, IPPROTO_UDP); in udp_register_app() local
379 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(net, IPPROTO_UDP); in udp_unregister_app() local
449 struct ip_vs_proto_data *pd) in udp_state_transition()
459 static int __udp_init(struct net *net, struct ip_vs_proto_data *pd) in __udp_init()
471 static void __udp_exit(struct net *net, struct ip_vs_proto_data *pd) in __udp_exit()
Dip_vs_proto_sctp.c12 sctp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in sctp_conn_schedule()
369 set_sctp_state(struct ip_vs_proto_data *pd, struct ip_vs_conn *cp, in set_sctp_state()
464 const struct sk_buff *skb, struct ip_vs_proto_data *pd) in sctp_state_transition()
484 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(net, IPPROTO_SCTP); in sctp_register_app() local
503 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(net, IPPROTO_SCTP); in sctp_unregister_app() local
552 static int __ip_vs_sctp_init(struct net *net, struct ip_vs_proto_data *pd) in __ip_vs_sctp_init()
564 static void __ip_vs_sctp_exit(struct net *net, struct ip_vs_proto_data *pd) in __ip_vs_sctp_exit()
Dip_vs_proto.c70 struct ip_vs_proto_data *pd = in register_ip_vs_proto_netns() local
119 unregister_ip_vs_proto_netns(struct net *net, struct ip_vs_proto_data *pd) in unregister_ip_vs_proto_netns()
162 struct ip_vs_proto_data *pd; in __ipvs_proto_data_get() local
187 struct ip_vs_proto_data *pd; in ip_vs_protocol_timeout_change() local
356 struct ip_vs_proto_data *pd; in ip_vs_protocol_net_cleanup() local
Dip_vs_core.c199 struct ip_vs_proto_data *pd) in ip_vs_set_state()
408 struct ip_vs_proto_data *pd, int *ignored, in ip_vs_schedule()
523 struct ip_vs_proto_data *pd, struct ip_vs_iphdr *iph) in ip_vs_leave()
1054 handle_response(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in handle_response()
1126 struct ip_vs_proto_data *pd; in ip_vs_out() local
1313 struct ip_vs_proto_data *pd; in ip_vs_in_icmp() local
1486 struct ip_vs_proto_data *pd; in ip_vs_in_icmp_v6() local
1585 struct ip_vs_proto_data *pd; in ip_vs_in() local
Dip_vs_proto_ah_esp.c110 ah_esp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in ah_esp_conn_schedule()
Dip_vs_conn.c645 struct ip_vs_proto_data *pd; in ip_vs_try_bind_dest() local
879 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(p->net, in ip_vs_conn_new() local
Dip_vs_ctl.c2177 struct ip_vs_proto_data *pd; in ip_vs_set_timeout() local
2545 struct ip_vs_proto_data *pd; in __ip_vs_get_timeouts() local
Dip_vs_sync.c921 struct ip_vs_proto_data *pd; in ip_vs_proc_conn() local
/net/dsa/
Ddsa.c80 struct dsa_chip_data *pd = dst->pd->chip + index; in dsa_switch_setup() local
372 static int dsa_of_setup_routing_table(struct dsa_platform_data *pd, in dsa_of_setup_routing_table()
423 static void dsa_of_free_platform_data(struct dsa_platform_data *pd) in dsa_of_free_platform_data()
445 struct dsa_platform_data *pd; in dsa_of_probe() local
548 struct dsa_platform_data *pd = pdev->dev.platform_data; in dsa_of_remove() local
570 struct dsa_platform_data *pd = pdev->dev.platform_data; in dsa_probe() local
/net/sctp/
Dulpevent.c736 struct sctp_pdapi_event *pd; in sctp_ulpevent_make_pdapi() local
/net/9p/
Dtrans_rdma.c94 struct ib_pd *pd; member
/net/rds/
Diw.h183 struct ib_pd *pd; member
Dib.h175 struct ib_pd *pd; member