Home
last modified time | relevance | path

Searched refs:conn_schedule (Results 1 – 5 of 5) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_proto_ah_esp.c65 * service, so our conn_schedule hook should return NF_ACCEPT in ah_esp_conn_in_get()
122 .conn_schedule = ah_esp_conn_schedule,
144 .conn_schedule = ah_esp_conn_schedule,
H A Dip_vs_proto_udp.c490 .conn_schedule = udp_conn_schedule,
H A Dip_vs_proto_sctp.c587 .conn_schedule = sctp_conn_schedule,
H A Dip_vs_proto_tcp.c735 .conn_schedule = tcp_conn_schedule,
/linux/include/net/
H A Dip_vs.h491 int (*conn_schedule)(struct netns_ipvs *ipvs, member
852 int (*conn_schedule)(struct sk_buff *skb, struct ip_vs_app *app, member