Home
last modified time | relevance | path

Searched refs:srh_state (Results 1 – 2 of 2) sorted by relevance

/net/ipv6/
Dseg6_local.c873 struct seg6_bpf_srh_state *srh_state = in seg6_bpf_has_valid_srh() local
875 struct ipv6_sr_hdr *srh = srh_state->srh; in seg6_bpf_has_valid_srh()
880 if (unlikely(!srh_state->valid)) { in seg6_bpf_has_valid_srh()
881 if ((srh_state->hdrlen & 7) != 0) in seg6_bpf_has_valid_srh()
884 srh->hdrlen = (u8)(srh_state->hdrlen >> 3); in seg6_bpf_has_valid_srh()
888 srh_state->valid = true; in seg6_bpf_has_valid_srh()
897 struct seg6_bpf_srh_state *srh_state = in input_action_end_bpf() local
913 srh_state->srh = srh; in input_action_end_bpf()
914 srh_state->hdrlen = srh->hdrlen << 3; in input_action_end_bpf()
915 srh_state->valid = true; in input_action_end_bpf()
[all …]
/net/core/
Dfilter.c5990 struct seg6_bpf_srh_state *srh_state = in BPF_CALL_4() local
5992 struct ipv6_sr_hdr *srh = srh_state->srh; in BPF_CALL_4()
6000 srh_end = (void *)((char *)srh + sizeof(*srh) + srh_state->hdrlen); in BPF_CALL_4()
6004 srh_state->valid = false; in BPF_CALL_4()
6013 srh_state->srh = (struct ipv6_sr_hdr *)(skb->data + srhoff); in BPF_CALL_4()
6031 struct seg6_bpf_srh_state *srh_state = in bpf_update_srh_state() local
6036 srh_state->srh = NULL; in bpf_update_srh_state()
6038 srh_state->srh = (struct ipv6_sr_hdr *)(skb->data + srhoff); in bpf_update_srh_state()
6039 srh_state->hdrlen = srh_state->srh->hdrlen << 3; in bpf_update_srh_state()
6040 srh_state->valid = true; in bpf_update_srh_state()
[all …]